-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(controller): populate ignoreDifferences in sync status #14542
fix(controller): populate ignoreDifferences in sync status #14542
Conversation
Signed-off-by: Michael Crenshaw <[email protected]>
/cherry-pick release-2.8 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #14542 +/- ##
=======================================
Coverage 49.79% 49.80%
=======================================
Files 261 261
Lines 44751 44757 +6
=======================================
+ Hits 22283 22289 +6
Misses 20274 20274
Partials 2194 2194
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Michael Crenshaw <[email protected]>
…14557) Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
…14542) Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Jimmy Neville <[email protected]>
…14542) Signed-off-by: Michael Crenshaw <[email protected]>
…14542) Signed-off-by: Michael Crenshaw <[email protected]>
This PR was incomplete. It correctly checks whether ignoreDifferences was changed since the last sync and requests a new sync if it wasn't. But it incorrectly fails to populate the ignoreDifferences field in the last sync state. So for any app with ignoreDifferences set, refreshes will be constantly requested.